FindResult Methods

Methods

Delete Deletes the matched text.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Replace(AttributedText) Replaces the matched text with the specified span. The text before and after the match keeps its formatting.
Replace(Heading) Replaces the heading containing the match with the specified heading.
Replace(IListAttributedText) Replaces the matched text with the specified spans.
Replace(IListIParagraphContent) Replaces the matched text with the specified paragraph content, for example an image, a tab, a line break, a field or a hyperlink.
Replace(Paragraph) Replaces the paragraph containing the match with the specified paragraph. The properties of the replaced paragraph are preserved if the new paragraph has no own properties and PreserveFormatting is true.
Replace(String) Replaces the matched text with the specified text. The paragraph, its style and all other content of the paragraph, for example spans, images or notes, remain unchanged.
ToString Returns a string that represents the current FindResult.
(Overrides ObjectToString)

See Also